WSRT_beams

WSRT_beams


scripts & interface

Logged on 09/29/2009 10:28:18 PM

In the exercise we edited the wsrt_beams.py script to make beam shape irregular, in this example we also introduce pointing errors. Here are the inputs that were given to the script, note that we have options for the WSRT beam that are automatically displayed based on the information found in the TDL script example-sim.py, in particular by adding "wsrt_beams" to the list of sky_jones options -meqmaker.add_sky_jones('E','beam',[analytic_beams,sarod_cs1_beams], +meqmaker.add_sky_jones('E','beam',[analytic_beams,wsrt_beams,sarod_cs1_beams], pointing=oms_pointing_errors); and by adding the options as well as default values with TDLOption in the wsrt_beams.py script. _wsrt_option_menu = TDLCompileMenu('WSRT beam model options', - TDLOption('wsrt_beam_size_factor',"Beam size factor",[68.],more=float) + TDLOption('wsrt_beam_size_factor',"Beam size factor",[68.],more=float), + TDLOption('beam_ellipticity',"Beam ellipticity",[.01],more=float)

Data products

wsrt_settings.jpg

wsrt_settings.jpg


data_creation

Logged on 09/29/2009 10:42:02 PM

Hmm, look what we've done!

We started with the measurement set WSRT_le.MS and generated new data from it, just see our pretty inconsistent wavy lines in our inspector!

Data products

data2 .jpg

data2 .jpg

data3.jpg

data3.jpg


the image

Logged on 09/29/2009 10:52:20 PM

Cool we have an image or do we?

alas there appears to be 9 point source and they appear in a special pattern, pour quoi? Is there something wrong with the observation, perhaps the equipment, or perhaps two many alcoholic beverages?

No, no, it is the software! Yes, we successfully added affects into the image due issues with beam patterns being slightly different in different polarizations.

This is not a problem but a success in modelling the affects of beam patterns in an image.

Data products

WSRT_le.MS.CORRECTED_DATA.channel.64ch.img

WSRT_le.MS.CORRECTED_DATA.channel.64ch.fits (header)

64x1x512x512 FITS cube, 4 planes are given below.

0-full.png

Image plane #0.

data range:-0.0221824,0.407108
mean:2.65683e-06
sigma:0.00590018
clipping:95%
clip range:-0.0150555,0.0105175
1-full.png

Image plane #1.

data range:-0.0221548,0.407021
mean:2.59835e-06
sigma:0.00589777
clipping:95%
clip range:-0.0150298,0.0105363
2-full.png

Image plane #2.

data range:-0.022129,0.406935
mean:2.48687e-06
sigma:0.00589558
clipping:95%
clip range:-0.0150058,0.0105537
3-full.png

Image plane #3.

data range:-0.0220138,0.406852
mean:2.38866e-06
sigma:0.0058933
clipping:95%
clip range:-0.0140564,0.0106537

clean image

Logged on 09/29/2009 10:57:08 PM

Let's see what clean does -- will it remove the beam pattern effects or not?

Hmm, looks like not! We now have 9 very wonderful point sources now, some a little brighter then others but there are definitely 9.

Thus, we must do something with our data to get rid of this effect before applying clean.

Data products

clean_image.jpg

clean_image.jpg


This log was generated by PURR version 1.0.